func testing.prettyPrint

3 uses

	testing (current package)
		benchmark.go#L611: 		prettyPrint(buf, ns, "ns/op")
		benchmark.go#L632: 		prettyPrint(buf, r.Extra[k], k)
		benchmark.go#L637: func prettyPrint(w io.Writer, x float64, unit string) {